adTempus API
PreviousUpNext
ISpecifyTimeCriterion::Remove Method

Removes the specified item

C++
HRESULT Remove(long index);
C#
Remove(long index);
Visual Basic
Sub Remove(index As long)
Parameters 
Description 
[in] long index 
The ordinal or OID of the item to remove. The collection is 0-based: valid ordinals range from 0 to Count-1. 

If the ordinal is invalid the method fails with error ADT_E_NOT_FOUND.

adTempus API Reference version 3.0.0.0, revised 10/30/2008